-
I am creating a desktop app by using Electron, Vue + Vuetify but when I try to send something from …
- 486 views
- 1 answers
- 0 votes
-
I’m trying to override vuetify grid breakpoints using variables.scss, it works but then other css styles are missing, such as …
- 376 views
- 0 answers
- 0 votes
-
I am using vuetify to create a login form and I use v-text-field for the inputs. The problem happens when …
- 372 views
- 1 answers
- 0 votes
-
I would like to know how I could remove the elevation of a v-dialog, so that it is left with …
- 349 views
- 1 answers
- 0 votes
-
I’m using vuetify’s data table. I want to use the expanded slot to show more rows in the table. For …
- 315 views
- 0 answers
- 0 votes
-
I have a toolbar in my Vue app. After a long session, I finalized it but I still have a …
- 375 views
- 0 answers
- 0 votes
-
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update …
- 381 views
- 0 answers
- 0 votes
-
I’m new to Vue and Vuetify. My question is about aligning buttons. I have a container that contains a couple …
- 338 views
- 1 answers
- 0 votes
-
I have the following HTML <div id="app"> <v-app id="inspire"> <v-treeview :items="items"></v-treeview> </v-app> </div> and the following Javascript: new Vue({ el: …
- 363 views
- 2 answers
- 0 votes
-
I am making a multi-component Vue app with Vuetify and have implemented a Settings page (Settings.vue) and have a v-switch …
- 347 views
- 1 answers
- 0 votes